EMT Practice Test

1. Question Content...


Question List

Question1: What are the two types of elements that can Be included in an Object Repository?

Question2: A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer.
What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?

Question3: Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?

Question4: Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

Question5: In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?

Question6: Which command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?

Question7: Which of the following statements is true about the existing UiPath Studio installation packages?

Question8: Which of the following activities in UlPath Studio have the Verify Execution property available?

Question9: To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

Question10: A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?

Question11: When developing a new project using REf ramework. logging in to multiple applications Is required. What is the recommended location to accomplish this task?

Question12: A developer designed a process in the REFramework using Orchestrator queues. In which state(s) will be the status updated for each Transaction Item in the queue?

Question13: What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?

Question14: What are the three main components of UiPath Integration Service?

Question15: Which logging level includes the following information by default?
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.

Question16: What is the correct execution order of the State activity sections?
instructions: Drag the Description found on the "Left" and drop on the correct Execution Order found on the
"Right"

Question17: Where is the TransactionNumber incremented in the REFramework?

Question18: What is the use of job priorities in unattended automations within UiPath Orchestrator?

Question19: Given the following list of arguments:

and the following code:

What is the value that will be displayed in the Output Panel at the end of the sequence below:

Question20: The following table is stored in a variable called "dt".

What will the value of the qty variable be after executing the Assign activity?

Question21: How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Question22: When should the Show Elements button be used in the Computer Vision wizard?

Question23: Which activity Is specific tor Ul synchronization in UlPath Studio?

Question24: A developer plans to create a process to automate a web application using the Firefox browser. The goal Is to have the robot work with the web application without relying on visual elements on screen.
To achieve this goal, what option should the developer use for the Use Application/Browser activity?

Question25: A developer is using a Type into activity with the Input Method set to Simulate Which property needs to Be enabled for the activity to execute even it the target Ul element is deactivated or read-only?

Question26: What are the steps to publish a project from UiPath Studio?
Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the
"Right".

Question27: The "arrayOfPomtsGalnedByPanicipant" Object array is created and initialized with the following values:
{"7", "4", "1"}. Which is the value and data type returned, at runtime, by arrayOfPointsGainedByParticipant(1)?

Question28: In the context of a process automated using the REFramework that processes payments and sends a report using the Finance team leader's email account at the end of the day. where should the email account credentials be stored according to best practices''

Question29: A developer configured the properties for a Click activity as shown below:

What happens if the activity cannot find its target at runtime?

Question30: Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?

Question31: How are mock files organized in an automation project structure?

Question32: A developer designed a project in the REFramework. The "Config.xlsx" has me following Setting entry:

Assuming the default REFramework configuration, how can the developer reference the Setting in the Config variable to obtain the Setting value as a String from the dictionary?

Question33: What method can be used to change the index of an existing column in a datatable?

Question34: Given the following conditional breakpoint with count = 0

Conditional breakpoint settings:

How many limes will UiPath be displayed in the Output panel before the process goes into a Paused state in Debug mode?

Question35: What is the default polling interval set for an event trigger?

Question36: How can a process be converted from a toreground process to a background process?

Question37: In UlPath Studio, when a developer executes a workflow in Debug mode and the process stops at a breakpoint, which panel enables the developer to assign values lo variables prior to resuming the process?

Question38: Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

Question39: In a UlPath State Machine, what Is the primary function or the Trigger section of a State activity?

Question40: When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

Question41: A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method activity has the following properties:

The Parameters property is as follows:

Based on the information shown in the exhibits what is the outcome of the Invoke Method activity?

Question42: What are the two types of events supported by Integration Service?

Question43: What are the primary functions of the UiPath Integration Service?

Question44: Which of the following options is correct about a State Machine layout?

Question45: A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue.
The data originates from emails in different email inboxes and needs to be processed in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?